home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 242 / Issue 242 - April 2008 - DPCS0408DVD.ISO / Open Source / AutoHotKey / Source / AutoHotkey104705_source.exe / source / lib_pcre / lib_pcre.vcproj
Encoding:
Extensible Markup Language  |  2007-11-21  |  4.2 KB  |  172 lines

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.10"
  5.     Name="lib_pcre"
  6.     ProjectGUID="{39037993-9571-4DF2-8E39-CD2909043574}"
  7.     Keyword="Win32Proj">
  8.     <Platforms>
  9.         <Platform
  10.             Name="Win32"/>
  11.     </Platforms>
  12.     <Configurations>
  13.         <Configuration
  14.             Name="Debug|Win32"
  15.             OutputDirectory="Debug"
  16.             IntermediateDirectory="Debug"
  17.             ConfigurationType="4"
  18.             CharacterSet="2">
  19.             <Tool
  20.                 Name="VCCLCompilerTool"
  21.                 Optimization="0"
  22.                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H"
  23.                 MinimalRebuild="TRUE"
  24.                 BasicRuntimeChecks="3"
  25.                 RuntimeLibrary="5"
  26.                 WarningLevel="3"
  27.                 Detect64BitPortabilityProblems="TRUE"
  28.                 DebugInformationFormat="4"
  29.                 CompileAs="1"/>
  30.             <Tool
  31.                 Name="VCCustomBuildTool"/>
  32.             <Tool
  33.                 Name="VCLibrarianTool"
  34.                 OutputFile="$(OutDir)/lib_pcre.lib"/>
  35.             <Tool
  36.                 Name="VCMIDLTool"/>
  37.             <Tool
  38.                 Name="VCPostBuildEventTool"/>
  39.             <Tool
  40.                 Name="VCPreBuildEventTool"/>
  41.             <Tool
  42.                 Name="VCPreLinkEventTool"/>
  43.             <Tool
  44.                 Name="VCResourceCompilerTool"/>
  45.             <Tool
  46.                 Name="VCWebServiceProxyGeneratorTool"/>
  47.             <Tool
  48.                 Name="VCXMLDataGeneratorTool"/>
  49.             <Tool
  50.                 Name="VCManagedWrapperGeneratorTool"/>
  51.             <Tool
  52.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  53.         </Configuration>
  54.         <Configuration
  55.             Name="Release|Win32"
  56.             OutputDirectory="Release"
  57.             IntermediateDirectory="Release"
  58.             ConfigurationType="4"
  59.             CharacterSet="2"
  60.             WholeProgramOptimization="FALSE">
  61.             <Tool
  62.                 Name="VCCLCompilerTool"
  63.                 Optimization="1"
  64.                 GlobalOptimizations="TRUE"
  65.                 EnableIntrinsicFunctions="TRUE"
  66.                 FavorSizeOrSpeed="2"
  67.                 OmitFramePointers="TRUE"
  68.                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H"
  69.                 StringPooling="TRUE"
  70.                 ExceptionHandling="FALSE"
  71.                 RuntimeLibrary="4"
  72.                 BufferSecurityCheck="FALSE"
  73.                 EnableFunctionLevelLinking="TRUE"
  74.                 WarningLevel="3"
  75.                 Detect64BitPortabilityProblems="FALSE"
  76.                 DebugInformationFormat="0"
  77.                 CompileAs="1"/>
  78.             <Tool
  79.                 Name="VCCustomBuildTool"/>
  80.             <Tool
  81.                 Name="VCLibrarianTool"
  82.                 OutputFile="$(OutDir)/lib_pcre.lib"
  83.                 IgnoreAllDefaultLibraries="TRUE"
  84.                 IgnoreDefaultLibraryNames="LibCMT;MSVCrt"/>
  85.             <Tool
  86.                 Name="VCMIDLTool"/>
  87.             <Tool
  88.                 Name="VCPostBuildEventTool"/>
  89.             <Tool
  90.                 Name="VCPreBuildEventTool"/>
  91.             <Tool
  92.                 Name="VCPreLinkEventTool"/>
  93.             <Tool
  94.                 Name="VCResourceCompilerTool"/>
  95.             <Tool
  96.                 Name="VCWebServiceProxyGeneratorTool"/>
  97.             <Tool
  98.                 Name="VCXMLDataGeneratorTool"/>
  99.             <Tool
  100.                 Name="VCManagedWrapperGeneratorTool"/>
  101.             <Tool
  102.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  103.         </Configuration>
  104.     </Configurations>
  105.     <References>
  106.     </References>
  107.     <Files>
  108.         <Filter
  109.             Name="Source Files"
  110.             Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  111.             UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  112.             <File
  113.                 RelativePath=".\pcre\pcre_chartables.c">
  114.             </File>
  115.             <File
  116.                 RelativePath=".\pcre\pcre_compile.c">
  117.             </File>
  118.             <File
  119.                 RelativePath=".\pcre\pcre_config.c">
  120.             </File>
  121.             <File
  122.                 RelativePath=".\pcre\pcre_exec.c">
  123.             </File>
  124.             <File
  125.                 RelativePath=".\pcre\pcre_fullinfo.c">
  126.             </File>
  127.             <File
  128.                 RelativePath=".\pcre\pcre_get.c">
  129.             </File>
  130.             <File
  131.                 RelativePath=".\pcre\pcre_globals.c">
  132.             </File>
  133.             <File
  134.                 RelativePath=".\pcre\pcre_newline.c">
  135.             </File>
  136.             <File
  137.                 RelativePath=".\pcre\pcre_refcount.c">
  138.             </File>
  139.             <File
  140.                 RelativePath=".\pcre\pcre_study.c">
  141.             </File>
  142.             <File
  143.                 RelativePath=".\pcre\pcre_tables.c">
  144.             </File>
  145.             <File
  146.                 RelativePath=".\pcre\pcre_try_flipped.c">
  147.             </File>
  148.             <File
  149.                 RelativePath=".\pcre\pcre_version.c">
  150.             </File>
  151.         </Filter>
  152.         <Filter
  153.             Name="Header Files"
  154.             Filter="h;hpp;hxx;hm;inl;inc;xsd"
  155.             UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  156.             <File
  157.                 RelativePath=".\pcre\config.h">
  158.             </File>
  159.             <File
  160.                 RelativePath=".\pcre\pcre_internal.h">
  161.             </File>
  162.         </Filter>
  163.         <Filter
  164.             Name="Resource Files"
  165.             Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  166.             UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  167.         </Filter>
  168.     </Files>
  169.     <Globals>
  170.     </Globals>
  171. </VisualStudioProject>
  172.